@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	font-family:"微软雅黑";
	color:#555;}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{
	border:none;}
a,a:link,a:visited {color:#555; text-decoration:none;}
a:hover {color:#ff0218; text-decoration:none; transition: color 0.5s;}
a:active {color:#555; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	width:1200px;
	min-height:67px;
	padding:14px 0 17px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:368px;
	height:45px;
	float:left;
	padding:0px;
	margin:15px 0 0 17px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:100%;
	height:43px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}

/*内容部分CSS*/
.center {
	width:100%;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.cen {
	width:980px;
	padding:0px;
	margin:29px auto 15px;
	overflow:hidden;
}
.ny_cen {
	width:1100px;
	padding:0px;
	margin:20px auto;
	overflow:hidden;}
.center_l {/*左边内容*/
	width:230px;
	float:left;
	padding:0px;
	margin:0;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:820px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:right;
}
.cen_r {/*右边内容*/
	width:730px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	height:201px;
	padding:0px;
	overflow:hidden;
	background:url(../images/bot_bg.jpg) repeat-x;
}
.bottom {
	width:100%;
	padding:0px;
	margin:55px 0 0;
	overflow:hidden;
}

/*点击放大产品展示CSS*/
.pro{
	width:331px;
	display:block;
	padding:16px 12px 11px;
	margin:0 0 10px 10px;
	background:#eaeaea;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;}
.pro_img{
	width:158px;
	height:158px;
	float:left;
	margin-right:11px;
	border:1px solid #dfddde;}
.pro_test{
	padding-top:42px;}
.pro_test h2{
	font-size:16px;
	color:#404040;
	font-weight:600;}
.pro2 {/*单个产品总框*/
	width:187px;
	padding:0px 8px;
	margin:0px;
	float:left;
	overflow:hidden;
}
.pro2_img {/*产品图片*/
	width:185px;
	height:185px;
	border:1px #dfdfdf solid;
	padding:0px;
	margin:0px;
	overflow:hidden;}
.pro2_img:hover{
	border:1px solid #ff0218;}
.pro2_test {/*产品名称*/
	width:187px;
	height:50px;
	line-height:50px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	font-size:14px;}
.pro2_test a:hover{
	color:#ff0218;}
.pro3{
	width:185px;
	height:205px;
	padding:8px 8px 0 11px;
	border:1px solid #d9d9d9;
	margin:0 9px 20px 9px;
	background:#fff;
	float:left;}
.pro3:hover{
	border:1px solid #174989;
	box-shadow:0px 1px 1px 1px #174989;}
.pro3_img{
	width:185px;
	height:155px;}
.pro3_img img{
	width:185px;
	height:155px;
	}
.pro3_test{
	width:185px;
	height:40px;
	line-height:40px;
	border-top:1px dashed #d4d4d4;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
	text-align:center;
	font-size:13px;
	color:#174989;
	font-weight:bold;}
.pro3_test a{
	color:#174989;
	font-weight:bold;
	text-decoration:none;}
.page {/*底部分页CSS*/
	width:700px;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:480px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:480px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {max-width:480px; height:auto; width:expression(this.width > 480 ? "480px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_r_photo_img img {max-width:115px; height:auto; width:expression(this.width > 115 ? "115px" : this.width);}
*/.pro_r_photo_name {
	width:117px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*新闻版面CSS*/
.news_t {
	width:740px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color:#000;
}
.news_t li{text-align:left;position:relative;display:block;font-size:12px;height:29px; border-bottom:1px #999999 dotted; line-height:29px; font-family:Arial; padding:0px; margin:0px; color:#000;}
.news_t li span{ float:right;}